home *** CD-ROM | disk | FTP | other *** search
- Path: raptor.cqi.com!pan
- From: pan@cqi.com (John L Tucker)
- Newsgroups: comp.lang.c++
- Subject: basic syntax
- Date: 14 Feb 1996 17:24:56 GMT
- Organization: CQIS
- Message-ID: <4ft5t8$ltl@robin.cqi.com>
- NNTP-Posting-Host: raptor.cqi.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- I really have looked hard for the answer to this, and can't find it in my
- books anywhere.
- I know this must be basic syntax. I just can't find code to steal.
-
- My compiler is giving me an error message of:
- "cSrtList needs template instantiation arguments"
-
- on:
-
- class mylist : public cSrtList
- {
- etc.
-
- cSrtList has three constructors, each with a differnt argument, the only one
- I would
- want to use would be "long MaxItems". (cSrtList is part of a library I have
- rights to use). I would want to make MaxItems constant.
-
- Thanks for a patient answer.
-
-